Doc fix for forward-word and backward-word.
authorXue Fuqiao <xfq.free@gmail.com>
Tue, 13 Aug 2013 14:26:39 +0000 (22:26 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Tue, 13 Aug 2013 14:26:39 +0000 (22:26 +0800)
commit2a750186c9a98116fba9c1c0a5b5070639b19711
tree3e5391beb5e8bda1499d5e36f5f666d7ed74a5ec
parent843afaa1b77ac71ead42362806d3efee9f9e2ca6
Doc fix for forward-word and backward-word.

* doc/lispref/positions.texi (Word Motion): Remove redundant sentence.
* lisp/simple.el (backward-word): Mention the optional argument.
* src/syntax.c (forward_word): Mention the optional argument.
doc/lispref/ChangeLog
doc/lispref/positions.texi
lisp/ChangeLog
lisp/simple.el
src/ChangeLog
src/syntax.c